/*
global.css
----------		Par M@teo21

Cr�� le 29 octobre 2005


Description : feuille de style globale comprenant des styles
pouvant �tre utilis�s sur tout le site.
A ne pas confondre avec design.css qui ne contient que le style
du design (menus, corps, pied de page...)

*/


img
{
	border: none;
	vertical-align:middle;
}

acronym
{
	border-bottom:1px dotted;
}

@media screen
{
	acronym
	{
		cursor:help;
	}
}

.centre
{
	text-align:center;
}

.cleaner
{
	clear:both;
	height:2px;
}




/* Formulaires */

label
{
	font-size:0.9em;
}

@media screen
{
	label
	{
		cursor:pointer;
	}
}

optgroup
{
	font-style:normal;
	font-weight:bold;
}

input[type=submit], input[type=button]
{
	background:url('selectio.png') repeat-x 0px -22px;
	border-style:outset;
	border-width:1px;
	color: black;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus
{
	background-position:0px 0px;
}

@media screen
{
	input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus
	{
		cursor:pointer;
	}
}

input[type=submit]:active, input[type=button]:active
{
	border-style:inset;
}


/* Liens */

a
{
	color: #5D90B5;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#corps a:focus, #menu a:focus, #pied_de_page a:focus, #message_0 a:focus, #message_1 a:focus, #message_2 a:focus
{
	background:url('selectio.png') repeat-x 0px -22px;
}




/* Liste d�roulante issue du XMLHttpRequest */

.liste_membres_auto
{
	position:relative;
	z-index:10;
	height:100px;
	width:200px;
	overflow:auto;
	background-color: white;
	border: 1px solid black;
	padding: 2px;
	display:none;
}

.atc_links, .atc_links_on /* Lien d'un �l�ment d'une liste*/
{
	width: 100%;
	display: block;
}

a.atc_links:hover, a.atc_links_on:hover
{
	background:url('selectio.png') repeat-x 0px -22px;
}

.atc_links_on /* Lien o� le curseur est positionne*/
{
	font-weight:bold;
}

#atc_parag /* Paragraphe o� la liste est affich�e */
{
	padding: 0px;
	margin: 0px;
}



/* Couleurs des membres en fonction du rang */

.couleur_admin
{
	color: red;
}

.couleur_modo
{
	color: blue;
}

.couleur_newser
{
	color: green;
}

.couleur_valid
{
	color: rgb(230, 115, 0);
}

.auteur_date
{
	border:1px solid #A3C0D5;
	background-color:#E9F0F5;
	margin: 8px;
	padding: 8px;
}

.cadre_auteur_date
{
	width:30%;
	min-width:300px;
	float:right;
}

.photo_tableau_cats
{
	border: 2px solid #A3C0D5;
	float: left;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20px;
}

.cont_photo_galerie
{
	width: 320px;
	text-align: center;
	float: left;
}

.photo_galerie
{
	border: 2px solid #A3C0D5;
	margin: 10px;
}

.photo_galerie:hover
{
	border: 2px solid orange;
}

.disclaimer_ecole
{
	font-size: 0.9em;
	margin-top: 30px;
	text-align: right;
}

.logo_liste
{
	margin: 20px;
}
